Name | Description | |
---|---|---|
![]() | NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Constructor | Overloaded. |
The following tables list the members exposed by NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem>.
Name | Description | |
---|---|---|
![]() | NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | CreateItemNodeEvent | Reference to the CreateItemNode event. |
![]() ![]() | DataBoundItemPropertyEx | Reference to the DataBoundItem extended property. |
![]() ![]() | DataSourceProperty | Reference to the DataSource property. |
![]() ![]() | NNodeCollectionDataBindingSchema | Schema associated with NNodeCollectionDataBinding. |
Name | Description | |
---|---|---|
![]() | DataSource | Gets or sets the binding data source. |
![]() | Target | Gets the target collection that should be populated from the data source. |
Name | Description | |
---|---|---|
![]() ![]() | ClearDataBoundItem | Clears the value of the DataBoundItem extended property of the given node. |
![]() ![]() | GetDataBoundItem | Gets the value of the DataBoundItem extended property of the given node. |
![]() | RebuildTarget | Removes all items of the target node and recreates them based on the contents of the data source. |
![]() ![]() | SetDataBoundItem | Sets the value of the DataBoundItem extended property of the given node. |
Name | Description | |
---|---|---|
![]() | AttachToEvents | Subscribes to the child inserting and child removing events of the given node. |
![]() | DetachFromEvents | Unsubscribes from the child inserting and child removing events of the given node. |
![]() | OnCreateItemNode | Called when a node should be created for the given data source item. |
![]() | OnParentChanged | Overridden. Overriden to unsubscribe from the child events of the old parent node and subscribe to those of the new one. |
![]() | OnTargetChildInserting | Overriden to throw exception because items cannot be inserted in a data binded node collection. |
![]() | OnTargetChildRemoving | Overriden to throw exception because items cannot be removed from a data binded node collection. |
Name | Description | |
---|---|---|
![]() | CreateItemNode | Occurs when a node should be created for a given data source item. |